runtime.g.gcscandone (field)
7 uses
runtime (current package)
mgc.go#L1732: gp.gcscandone = false // set to true in gcphasework
mgcmark.go#L136: if !gp.gcscandone {
mgcmark.go#L139: "gcscandone", gp.gcscandone)
mgcmark.go#L232: gp.gcscandone = true
mgcmark.go#L235: if gp.gcscandone {
mgcmark.go#L239: gp.gcscandone = true
runtime2.go#L473: gcscandone bool // g has scanned stack; protected by _Gscan bit in status
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |